home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / DRIVERS / VIDEODRV / ELSA / victory_2 / VIC2NT40.ZIP / I386 / banshee.inf < prev    next >
Windows Setup INFormation  |  1998-09-14  |  5KB  |  171 lines

  1. ; banshee.inf
  2. ;
  3. ; Installation inf file for the 3Dfx Interactive, Inc. Banshee graphics adapter.
  4. ;
  5.  
  6. [Version]
  7. Signature="$Windows NT$"
  8. Provider=%3Dfx%
  9. ClassGUID={4D36E968-E325-11CE-BFC1-08002BE10318}
  10. Class=Display
  11.  
  12. [DestinationDirs]
  13. DefaultDestDir    = 11  ; system32
  14. banshee.Miniport  = 12  ; drivers
  15. banshee.Display   = 11
  16. Control.Panel     = 11
  17. banshee.Inf       = 17
  18.  
  19. ;
  20. ; Driver information
  21. ;
  22.  
  23. [Manufacturer]
  24. %3Dfx%   = 3Dfx.Mfg
  25.  
  26. [3Dfx.Mfg]
  27. %3Dfx% Voodoo Banshee = banshee
  28.  
  29.  
  30. ;
  31. ; General installation section
  32. ;
  33.  
  34. [banshee]
  35. CopyFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf
  36. AddReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg
  37.  
  38. [banshee.Uninstall.All]
  39. DelReg=Control.Panel.Addreg, Uninstall.All.Addreg, Uninstall.CP.Addreg
  40. DelService=banshee
  41. DelFiles=banshee.Miniport, banshee.Display, Control.Panel, banshee.Inf.DelFiles
  42. Reboot
  43.  
  44. [banshee.Uninstall.CP]
  45. DelReg=Control.Panel.Addreg, Uninstall.CP.Addreg
  46. DelFiles=Control.Panel
  47.  
  48. ;
  49. ; File sections
  50. ;
  51.  
  52. [banshee.Miniport]
  53. banshee.sys,,,%IN_USE%
  54.  
  55. [banshee.Display]
  56. banshee.dll,,,%IN_USE%
  57. glide2x.dll,,,%IN_USE%
  58. glide3x.dll,,,%IN_USE%
  59. 3DfxSpl3.dll,,,%IN_USE%
  60.  
  61. [Control.Panel]
  62. 3DfxVBps.dll
  63. 3DfxVBps.hlp
  64.  
  65. [banshee.Inf]
  66. Banshee.Inf
  67.  
  68. [banshee.Inf.DelFiles]
  69. Banshee.Inf,,,%IN_USE%
  70. Banshee.Pnf,,,%IN_USE%
  71.  
  72. ;
  73. ; Registry sections
  74. ;
  75.  
  76. [Control.Panel.Addreg]
  77. HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}","",,"3Dfx Voodoo Banshee Property Sheet"
  78. HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32","",,"3DfxVBps.dll"
  79. HKCR,"CLSID\{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}\InProcServer32",ThreadingModel,,"Apartment"
  80. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Controls Folder\Display\shellex\PropertySheetHandlers\Banshee",,,"{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}"
  81. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved","{AA0B0F41-A22B-11d1-B8F5-0060975EBA01}",,"3Dfx Voodoo Banshee Property Sheet"
  82.  
  83. [Uninstall.All.Addreg]
  84. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee",,,
  85. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee","DisplayName",,"3Dfx Voodoo Banshee Display Driver and Control Panel"
  86. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.All 132 %17%\Banshee.inf"
  87.  
  88. [Uninstall.CP.Addreg]
  89. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee CP",,,
  90. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee CP","DisplayName",,"3Dfx Voodoo Banshee Control Panel"
  91. HKLM,"SoftWare\Microsoft\Windows\CurrentVersion\Uninstall\3Dfx Interactive Banshee CP","UninstallString",,"%11%\rundll32.exe setupapi.dll,InstallHinfSection banshee.Uninstall.CP 132 %17%\Banshee.inf"
  92.  
  93. ;
  94. ; Service Installation
  95. ;
  96.  
  97. [banshee.Services]
  98. AddService = banshee, 0x00000002, banshee_Service_Inst, banshee_EventLog_Inst
  99.  
  100. [banshee_Service_Inst]
  101. ServiceType    = 1                  ; SERVICE_KERNEL_DRIVER
  102. StartType      = 1                  ; SERVICE_SYSTEM_START
  103. ErrorControl   = 0                  ; SERVICE_ERROR_IGNORE
  104. LoadOrderGroup = Video
  105. ServiceBinary  = %12%\banshee.sys
  106.  
  107. [banshee_EventLog_Inst]
  108. AddReg = banshee_EventLog_AddReg
  109.  
  110. [banshee_EventLog_AddReg]
  111. HKR,,EventMessageFile,0x00020000,"%SystemRoot%\System32\IoLogMsg.dll;%SystemRoot%\System32\drivers\banshee.sys"
  112. HKR,,TypesSupported,0x00010001,7
  113.  
  114. ;
  115. ; General config information
  116. ;
  117. [banshee.GeneralConfigData]
  118. MaximumDeviceMemoryConfiguration=68
  119.  
  120. ;
  121. ; Software Installation
  122. ;
  123.  
  124. [banshee.SoftwareSettings]
  125. AddReg = banshee_SoftwareDeviceSettings
  126.  
  127. [banshee_SoftwareDeviceSettings]
  128. HKR,, InstalledDisplayDrivers,    %REG_MULTI_SZ%, banshee
  129. HKR,, VgaCompatible,              %REG_DWORD%,    0
  130. HKR,, UseNonBIOSModeSet,          %REG_DWORD%,    1
  131.  
  132. ;
  133. ; Source file information
  134. ;
  135.  
  136. [SourceDisksNames.x86]
  137. 1 = %DiskId%,,,""
  138.  
  139. [SourceDisksFiles]
  140. banshee.sys  = 1
  141. banshee.dll  = 1
  142. glide2x.dll  = 1
  143. glide3x.dll  = 1
  144. 3DBBps.dll   = 1                                                               
  145. 3DBBps.hlp   = 1                                                               
  146. 3DBBps.crl   = 1
  147. 3DfxSpl3.dll = 1
  148. banshee.inf  = 1
  149.  
  150. [Strings]
  151.  
  152. ;
  153. ; Non-Localizable Strings
  154. ;
  155.  
  156. IN_USE         = 0x00010000
  157. REG_SZ         = 0x00000000
  158. REG_MULTI_SZ   = 0x00010000
  159. REG_EXPAND_SZ  = 0x00020000
  160. REG_BINARY     = 0x00000001
  161. REG_DWORD      = 0x00010001
  162. SERVICEROOT    = System\CurrentControlSet\Services
  163.  
  164. ;
  165. ; Localizable Strings
  166. ;
  167.  
  168. DiskId       = "3Dfx Voodoo Banshee Windows NT 4.0 Installation Disk"
  169. GraphAdap    = "Graphics Adapter"
  170. 3Dfx         = "3Dfx Interactive, Inc."
  171.